home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 21 / Cream of the Crop 21 (Terry Blount) (October 1996).iso / database / igi25548.zip / READ1ST.TXT < prev    next >
Text File  |  1996-08-09  |  12KB  |  292 lines

  1. *-------------------------------------------------------------------------*
  2.                           IGI255 Version 4.8
  3.                              August, 1996
  4. *-------------------------------------------------------------------------*
  5.  
  6. If combining the marriage search and individual search when downloading in
  7. the text format, the IGI indents one but not the other.  A coding shortcut
  8. neglected to take this into consideration and the resulting .DBF file may
  9. have wierd looking output.
  10.  
  11. Version 4.8 is designed to correct the problem.
  12.  
  13. Sorry!
  14.  
  15. patrick.
  16.  
  17.  
  18. *-------------------------------------------------------------------------*
  19.                           IGI255 Version 4.7
  20.                               May, 1996
  21. *-------------------------------------------------------------------------*
  22.  
  23. A "new 1994" version 3.05 of the IGI has been released by the Church.
  24.  
  25. Unfortunately, due to a couple of minor changes in the format of the
  26. text output, IGI255 Version 4.5 will not properly process the text files.
  27. There have been no reports of problems with Gedcom downloads.
  28.  
  29. Two basic changes were made to the IGI:
  30.  
  31.         1) The text printouts are now indented 9 spaces (and
  32.            some reports indicate that this was done on just the
  33.            Individual Search).
  34.  
  35.         2) The Batch and Source information is now shown in a
  36.            new format (see below).
  37.  
  38. Version 4.7 of IGI255 has been modified to handle these changes and will
  39. process all known versions of the IGI text downloads.
  40.  
  41. Bug reports to...
  42.  
  43.                         Patrick Deatherage
  44.                           P. O. Box 202
  45.                     League City, TX  77574-0202
  46.                          (713) 332:3268
  47.                       smdpcd@ix.netcom.com
  48.  
  49. Enjoy...
  50.  
  51. patrick.
  52.  
  53. ps: The majority of the following includes previously released
  54.     and useful info...
  55.  
  56.  
  57.  
  58.  
  59. *-------------------------------------------------------------------------*
  60.                   Comments on Source Information
  61.                      (IGI 3.05 - IGI255 4.7)
  62. *-------------------------------------------------------------------------*
  63.  
  64. Since it's first release, the IGI has shown the source information in
  65. different formats. The current version 3.05 seems to use:
  66.  
  67.      F#: - Film number        Ba: - Batch number followed by a
  68.                                     space and then sheet number
  69.      P#: - Page number        So: - Source call number
  70.      O#: - Ordinance Number   Pr: - Printout number
  71.  
  72. Previous versions used the words "Film #:", "Page #:", and "Ord. #:" with
  73. only column headers for the batch, sheet and library call number but also
  74. "Printout:" if it was used.
  75.  
  76. IGI255 attempts to retain downward compatibility and determine which format
  77. is being used.  One of two headers will be shown and up to 3 numbers. A
  78. question mark in place of the number indicates that the number was not given
  79. (or not downloaded).  The two headers used are...
  80.  
  81.         FPO:   represents Film, Page, and Ordinance
  82.         BSP:   represents Batch/Sheet, Source call and Printout
  83.  
  84. If these words were found...
  85.  
  86.      Film #:     Page #:     Ord. #:     F#:     P#:     O#:
  87.  
  88. Film, page and ordinance numbers are assumed and FPO is used for a header.
  89. Next, if these words were found...
  90.  
  91.      Ba:     So:     Pr:   Printout:
  92.  
  93. Batch, source, and printout numbers are assumed and BSP is used as a header.
  94.  
  95. Now the plot thickens a bit.  If a number still resides in the batch and/or
  96. library call column, either the batch, sheet or library call number is
  97. assumed depending on it's location - and BSP is used as the header.
  98.  
  99. So...if you see FSO:, that represents the Film, Page, and Ordinance.
  100. If you see BSP:, that represents Batch & sheet (separated by a space),
  101. library Source call, and Printout.  If there's a "?" mark, then that
  102. information was not listed and/or not applicable.
  103.  
  104. Point being...before ordering any films etc using the source information,
  105. CHECK THE ORIGIAL ENTRY IN THE IGI TO MAKE SURE THE NUMBERS ARE ACCURATE.
  106.  
  107.  
  108. *-------------------------------------------------------------------------*
  109.                           IGI255 Version 4.5
  110.                              April, 1995
  111. *-------------------------------------------------------------------------*
  112.  
  113. Apparently a "1994" version (3.03) of the IGI has been released by the
  114. Church.  Unfortunately, due to a minor change in the format of the text
  115. output, IGI255 Version 4.4 will not properly process the text files.
  116. There have been no reports of problems with Gedcom downloads.  IGI255
  117. Version 4.5 will process all known versions of the IGI text downloads.
  118.  
  119. There have been multiple reports of the program "running out of memory"
  120. during processing.  To help combat this problem (and an apparent lack of
  121. interest), the FHC List module has been disconnected.
  122.  
  123.                   ==================================
  124.  
  125.    If you have successfully processed one or more relatively large text
  126.        files, please send a printed copy of your CONFIG.SYS file.
  127.  
  128.                   ==================================
  129.  
  130. These will be compiled and used as examples in the next documentation update.
  131.  
  132.                         Patrick Deatherage
  133.                           P. O. Box 202
  134.                     League City, TX  77574-0202
  135.                          (713) 332:3268
  136.  
  137.  
  138. *-------------------------------------------------------------------------*
  139.                         DOS won't load IGI255?
  140. *-------------------------------------------------------------------------*
  141.  
  142. Something along the line of "not enough memory"?  There is probably a line
  143. in your CONFIG.SYS file similar to:
  144.  
  145.         DEVICE=C:\EMM386.EXE NOEMS /I:xxxxx
  146.  
  147. The word NOEMS is causing the problem and it must be removed...not to
  148. worry, all it costs you is a few bytes of memory.  Use your text editor or
  149. word processor to take out the NOEMS.  Remember that the CONFIG.SYS file is
  150. simply an ascii text file so if you use a word processor, save it as a
  151. text file or "print to file".
  152.  
  153.      *---------------------------------------------------------------*
  154.  
  155.      The CONFIG.SYS file contains information the computer needs when
  156.      you turn it on, so if you feel uncomfortable changing it...call
  157.      me first. I should be able to easily walk you through it.
  158.  
  159.      *---------------------------------------------------------------*
  160.  
  161. If you decide to try to make your own changes, you may want to save a copy
  162. of the current CONFIG.SYS under a different name.  At the DOS prompt type:
  163.  
  164.         COPY C:\CONFIG.SYS  C:\CONFIG.BU
  165.  
  166. Load the CONFIG.SYS into your text editor and take out the NOEMS.  After
  167. saving the changes, "type" the file to screen to see if they were made
  168. properly.  First, at the DOS prompt, type CLS and press ENTER.  This should
  169. clear the screen. Then type the following:
  170.  
  171.         TYPE C:\CONFIG.SYS
  172.  
  173. and press ENTER.  Each line of the file should appear on the screen, each
  174. on a line by itself.  If you see any strange or "garbage" characters, or it
  175. looks like more than one line is on the same line, then something isn't
  176. right.  Either try again or COPY C:\CONFIG.BU  C:\CONFIG.SYS and call me.
  177.  
  178. If it looks ok, the machine must be re-started before the change will take
  179. effect.  Either press the CTRL, ALT and DEL at the same time, the RESET
  180. button, or turn the computer off, wait a minute and turn it back on.
  181.  
  182.  
  183. *-------------------------------------------------------------------------*
  184.                             INSTALLING IGI255
  185. *-------------------------------------------------------------------------*
  186.  
  187. IGI25547.ZIP was released containing the following files:
  188.  
  189.         READ1ST .TXT - this file, you're reading it.
  190.         IGI255  .EXE - executable file, Version 4.7
  191.         INSTALL .COM - install (from floppy to hard drive)
  192.         IGI25544.NFO - text file, program documentation
  193.         SAMPLE88.IGI - IGI sample text download, pre '93
  194.         SAMPLE93.IGI - IGI sample text download, '93
  195.         SAMPLE94.IGI - IGI sample text download, '94 (3.05)
  196.         SAMPLIGI.GED - IGI sample .GED download
  197.         SAMP